home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / system / ffg202.zip / DEMO_BAT.ZIP / LHAEXES.BAT < prev    next >
DOS Batch File  |  1995-04-01  |  258b  |  10 lines

  1. @echo off
  2. echo Here is a listing of self-extracting LHA files. It uses text searching.
  3. call presskey
  4. echo.
  5. echo This does a case-sensitive search of the first 40 bytes of all executable
  6. echo files for "LHA":
  7. echo.
  8. echo on
  9. ffg /p *:*.exe /$=c=#40LHA
  10.